home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- PDFDocView = {
- ACTIONS = {
- "newPageNum:" = "newPageNum:";
- "nextPage:" = "nextPage:";
- "previousPage:" = "previousPage:";
- "printPDF:" = "printPDF:";
- };
- OUTLETS = {
- pageCountText = pageCountText;
- pageMenuBox = pageMenuBox;
- pageNumText = pageNumText;
- scrollView = scrollView;
- };
- SUPERCLASS = View;
- };
- PDFScrollView = {SUPERCLASS = ScrollView; };
-